ServiceMoveItem Method (IListItemId, FolderId) |
Moves multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> MoveItem(
IList<ItemId> items,
FolderId targetFolderId
)
Public Function MoveItem (
items As IList(Of ItemId),
targetFolderId As FolderId
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to move. - targetFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to move the items to.
Return Value
Type:
IListItemInfoResponseA collection of move results for each of the specified item IDs.
See Also